Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

Notes/Domino 8 Forum

Notes/Domino 8 Forum

Previous Next
Subject: Notes 8 cannot access existing notes RichTextItems
Feedback Type: Problem
Product Area: Notes 8 Client
Technical Area: Functionality
Platform: Windows XP client
Release: 8.0.1
Reproducible: Always

For instance, try the following code, underneath a button, on a document that has a field called design_system_changes:

Sub Click(Source As Button)
Dim workspace As New NotesUIWorkspace
Dim uidoc As NotesUIDocument
Dim doc As NotesDocument
Dim domSession As New NotesSession
Set uidoc = workspace.CurrentDocument

Dim doc As NotesDocument
Dim rtitem As Variant
'.set value of doc...
Set doc = uidoc.Document
Set rtitem = doc.GetFirstItem( "design_system_changes" )
Call rtitem.AddNewLine( 1 )
Call rtitem.AppendText _
( "Book is 64 pages, full color." )
Call doc.Save( False, True )

End Sub

Expected result: design_system_changes is set with the words
Book is 64 pages, full color.

Actual Result:
Nothing.


Feedback number WEBB86JEJY created by ~Evelyn Cisnither on 06/18/2010


Notes 8 cannot access existing note... (~Evelyn Cisnith... 18.Jun.10)
. . Don't use a back-end save on a fron... (~Bill Frokimari... 21.Jun.10)
. . . . OK but... (~Evelyn Cisnith... 22.Jun.10)
. . . . . . on help documentation and front-end... (~Bill Frokimari... 23.Jun.10)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS